home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Demos / frEQout demo / INTERVU / INTERVU / INTERVU.DXR / 00236.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  408 b   |  30 lines

  1. on mayhem
  2.   global switch
  3.   unLoadCast()
  4.   set switch to random(8)
  5.   if switch = 1 then
  6.     go("1")
  7.   end if
  8.   if switch = 2 then
  9.     go("2")
  10.   end if
  11.   if switch = 3 then
  12.     go("3")
  13.   end if
  14.   if switch = 4 then
  15.     go("2a")
  16.   end if
  17.   if switch = 5 then
  18.     go("5")
  19.   end if
  20.   if switch = 6 then
  21.     go("6")
  22.   end if
  23.   if switch = 7 then
  24.     go("7")
  25.   end if
  26.   if switch = 8 then
  27.     go("8")
  28.   end if
  29. end
  30.